home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000049_news@columbia.edu _Wed May 8 14:07:45 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id OAA26850 for <kermit.misc@watsun>; Wed, 8 May 1996 14:07:45 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id OAA26383 for kermit.misc@watsun; Wed, 8 May 1996 14:07:44 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: How to run sz & rz within Unix Kermit
  8. Date: 8 May 1996 18:07:12 GMT
  9. Organization: Columbia University
  10. Lines: 44
  11. Message-ID: <4mqnsg$pob@apakabar.cc.columbia.edu>
  12. References: <Dr1Hxq.B75@cadserv1.tedix.sccsi.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Dr1Hxq.B75@cadserv1.tedix.sccsi.com>,
  16. Ted Hoang #2 <hoang2@cadserv1.tedix.sccsi.com> wrote:
  17. : Could someone tell me how to transfer file using sz and rz within 
  18. : Unix Kermit run on both sides of the Unix servers.
  19. :
  20. First of all, if you have C-Kermit on both ends, you don't need to use sz
  21. and rz.  C-Kermit goes just as fast, or faster, if you tune it for speed.
  22. More about tuning Kermit for speed in our FAQ:
  23.  
  24.   http://www.columbia.edu/kermit/faq.html
  25.   ftp://kermit.columbia.edu/kermit/faq.txt
  26.  
  27. But yes, you can use rz and sz from C-Kermit if you want, provided it
  28. is a version of rz/sz that allows its standard i/o to be redirected over
  29. Kermit's SET LINE or SET HOST connection (only very old versions allow this,
  30. or else licensed versions of Professional YAM from Omen Technology).
  31.  
  32. Get the current version of C-Kermit, 5A(190), if you don't have it already
  33. and then read section 8 of the ckcker.upd file for instructions.  C-Kermit
  34. 5A(190) is available as follows:
  35.  
  36. The complete package, including source code, initialization files,
  37. installation instructions, documentation updates, hints and tips files,
  38. etc, but NOT binary executables:
  39.  
  40. anonymous ftp to kermit.columbia edu, directory kermit/archives, binary
  41. mode, file cku190.tar.Z (or .gz for gunzip).
  42.  
  43.   NOTE: If you're interested in testing something newer, go to
  44.   kermit/test/bin rather than kermit/archives.
  45.  
  46. Uncompress, untar, read the instructions at the top of the makefile, and
  47. then give the appropriate "make" command, for example:
  48.  
  49.   make linux
  50.   make solaris2x
  51.   make hpux90
  52.  
  53. which should produce an executable called "wermit".  Try it out and if it's
  54. OK, install it as "kermit" in the desired location, such as /usr/local/bin.
  55. Read the ckuins.doc file for additional installation instructions, and
  56. please purchase the manual, "Using C-Kermit", if you don't already have it.
  57.  
  58. - Frank